Wraps the nkGraphics::RenderQueueManager and offers functions for use in scripting. More...
Static Public Member Functions | |
static void | updateEnvironment (nkScripts::Environment *env) |
static nkScripts::OutputValue | createOrRetrieveIndex (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | createOrRetrieveName (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | getName (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | getIndex (const nkScripts::DataStack &stack) |
Wraps the nkGraphics::RenderQueueManager and offers functions for use in scripting.
|
static |
Updates a given environment and set it up to use all functions wrapped by this wrapper.
env | The environment to set up. |
|
static |
Wrapper function for nkGraphics::RenderQueueManager::createOrRetrieve(), with index.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueueManager::createOrRetrieve(), with name.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueueManager::get(), with name.
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueueManager::get(), with index.
stack | The parameter stack. |